Read point file
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | string |
SUBROUTINE ReadPointFileBasinAverage & ! ( string ) IMPLICIT NONE !arguments with intent in: CHARACTER(LEN = *), INTENT(IN) :: string !local declarations !-------------------------------end of declaration----------------------------- CALL ReadMetadata ( string, sites ) dtBasinAverage = sites % timeIncrement RETURN END SUBROUTINE ReadPointFileBasinAverage